Adwaita: make transition offset more subtle
authorJakub Steiner <jimmac@gmail.com>
Mon, 4 May 2020 09:29:19 +0000 (11:29 +0200)
committerJakub Steiner <jimmac@gmail.com>
Mon, 4 May 2020 09:29:19 +0000 (11:29 +0200)
- be less like wobbly windows

gtk/theme/Adwaita/_drawing.scss

index 4bb7d97d5c33702e825d32e5c417dd6d3d1cc74a..d505e43e5772be9a3aa3e549f33a11fbbdfb2338 100644 (file)
@@ -11,7 +11,7 @@
 @mixin focus-ring($target: null, $width: 2px, $offset: -$width, $outer: false) {
   & #{$target} {
     outline: 0 solid transparent;
-    outline-offset: if($outer, $offset + 10px, $offset + $width + 10px);
+    outline-offset: if($outer, $offset + 4px, $offset + $width + 4px);
   }
 
   &:focus:focus-visible #{$target} {